home *** CD-ROM | disk | FTP | other *** search
/ PC Answers 1995 December / PC Answers December 1995 (disc errors).iso / mxc / eqboot.dir / 00010_Asset List.ls < prev    next >
Encoding:
Text File  |  1995-04-23  |  298 b   |  19 lines

  1. on mouseDown
  2.   global myLine, myLine2, csn
  3.   if the timer < 60 then
  4.     exit
  5.   end if
  6.   if the mouseLine <= 0 then
  7.     abort()
  8.   else
  9.     set myLine to the mouseLine
  10.     if myLine <= 0 then
  11.       set myLine to myLine2
  12.       abort()
  13.     end if
  14.   end if
  15.   colorMe()
  16.   txtHandler()
  17.   startTimer()
  18. end
  19.